Intersoft ClientUI Documentation
ParseValue Method (UXUpDownItemsBase<T>)



User input.
Called by ApplyValue to parse user input.
Syntax
Protected MustOverride Function ParseValue( _
   ByVal text As String _
) As T
Dim instance As UXUpDownItemsBase(Of T)
Dim text As String
Dim value As T
 
value = instance.ParseValue(text)
protected abstract T ParseValue( 
   string text
)
protected:
abstract T^ ParseValue( 
   String^ text
) 

Parameters

text
User input.

Return Value

Value parsed from user input.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXUpDownItemsBase<T> Class
UXUpDownItemsBase<T> Members

Send Feedback